-
Notifications
You must be signed in to change notification settings - Fork 619
Version Packages #6280
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Version Packages #6280
Conversation
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
How to use the Graphite Merge QueueAdd either label to this PR to merge it via the merge queue:
You must have a Graphite account in order to use the merge queue. Sign up using this link. An organization admin has enabled the Graphite Merge Queue in this repository. Please do not merge from GitHub as this will restart CI on PRs being processed by the merge queue. |
size-limit report 📦
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #6280 +/- ##
==========================================
- Coverage 56.85% 56.83% -0.03%
==========================================
Files 1168 1168
Lines 64677 64793 +116
Branches 5246 5259 +13
==========================================
+ Hits 36772 36824 +52
- Misses 27177 27241 +64
Partials 728 728
*This pull request uses carry forward flags. Click here to find out more. |
4323752 to
d824801
Compare
d824801 to
908026b
Compare
This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.
Releases
[email protected]
Patch Changes
#6274
b182302Thanks @kumaryash90! - bytes32 salt for deterministic deployment#6283
5a08176Thanks @joaquim-verges! - Respect supportedTokens override in PayEmbed#6281
a0f3557Thanks @joaquim-verges! - Fix text wrapping for long balances in token selector#6282
45ca033Thanks @joaquim-verges! - DeprecatedviemAdapter.walletClientin favor ofviemAdapter.walletto take wallet instances instead of accountsBEFORE:
AFTER:
This allows for full wallet lifecycle management with the viem adapter, including switching chains, adding chains, events and more.
@thirdweb-dev/[email protected]
[email protected]
Patch Changes
b182302,5a08176,a0f3557,45ca033]:PR-Codex overview
This PR primarily focuses on updating package versions and changelogs for various components of the
thirdwebproject, particularly enhancing thethirdweb-loginandwagmi-adapterpackages. It also includes updates to dependencies and improvements in wallet management.Detailed summary
versioninapps/login/package.jsonfrom0.1.8to0.1.9versioninpackages/thirdweb/package.jsonfrom5.88.5to5.88.6versioninpackages/wagmi-adapter/package.jsonfrom0.2.19to0.2.20apps/loginandpackages/thirdwebwith new features and fixesviemAdapter.walletClienttoviemAdapter.walletfor improved wallet instance management